home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Internet Tools 1995 April / Internet Tools.iso / infoserv / www / cern / dev / www-talk.9301-9306.Z / www-talk.9301-9306 / text0771.txt < prev    next >
Encoding:
Text File  |  1995-04-24  |  858 b   |  22 lines

  1. This sounds fairly simple.  The question is, at which point should
  2. the unpacking be done?  If the server simply presents the whole
  3. file as a directory tree, then the client will never get the whole
  4. tar file in one. But if the whole tar file is shipped over as a
  5. lump, then looking at the first README is expensive.
  6.  
  7. How about both?  Suppose anz directorz which has an xxx.tar[.Z]
  8. in it is visible as both xxx.tar.Z for capture and also as
  9. a plain virtual directorz xxx for browsing?
  10.  
  11. The new librarz uses the same code for the server as for the client, so
  12. having written one the other way will come free. I gets its just
  13. a popen("zcat xxx.tar.Z | tar -tf -") ... can tar produce a
  14. subdirectorz listing?  hmmm... shouldn't be a problem.
  15.  
  16.   
  17. Sorry about the zy interchanges ... funnz kezboard lazout...
  18. Swiss people will be able to read it, anzwaz!  :-)
  19.  
  20. Tim
  21.  
  22.